dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlBinaryString Structure / MySqlBinaryString Constructor / MySqlBinaryString Constructor(Byte[],Int32,Int32,Encoding)
A buffer that contains binary representation of a string.
The offset that denotes the first byte to copy.
The number of bytes to copy.
The encoding to use.

MySqlBinaryString Constructor(Byte[],Int32,Int32,Encoding)
Initializes a new instance of the MySqlBinaryString structure with subrange of a binary data block and encoding.
Syntax
'Declaration
 
Public Function New( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer, _
   ByVal encoding As Encoding _
)
 

Parameters

buffer
A buffer that contains binary representation of a string.
offset
The offset that denotes the first byte to copy.
count
The number of bytes to copy.
encoding
The encoding to use.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also